MindFusion.Reporting for Silverlight Programmer's Guide
EvaluationContext.InvokeFunction Method
See Also
 





Invokes the function with the specified name.

Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting

 Syntax

C#  Copy Code

public virtual Object InvokeFunction (
    string name,
    Object[] p
)

Visual Basic  Copy Code

Public Overridable Function InvokeFunction( _
    name As String, _
    p() As Object _
) As Object

 Parameters

name

The name of the function to invoke.

p

The list of arguments of the function.

 Return Value

The result of the invocation.

 Remarks

If the specified name does not match any of the built-in functions, the DispatchFunctionCall is raised.

 See Also

EvaluationContext Members
EvaluationContext Class
MindFusion.Scripting Namespace